home *** CD-ROM | disk | FTP | other *** search
Text File | 1995-07-28 | 1.4 KB | 64 lines | [TEXT/MPS ] |
- #
- # File: eWorldPMSAM.make
- #
- # Contains: xxx put contents here xxx
- #
- # Written by: Tim Harnett
- #
- # Copyright: © 1994 by Apple Computer, Inc., all rights reserved.
- #
- # Change History (most recent first):
- #
- # 9/29/94 TMH xxx put comment here xxx
- #
- # To Do:
- #
-
-
- ThePMSAMFolder = {thePMSAM}
- ThePMSAMObjFolder = {thePMSAM}Objects:
-
- theObjects = SwapPMSAM.cp.o
-
- CommonFolder = {Mercury}Common:
- CommonObjFolder = {Mercury}Common:Objects:
-
- CommonObjects = {CommonObjFolder}FileUtils.cp.o ∂
- {CommonObjFolder}CRecordID.cp.o ∂
- {CommonObjFolder}CDSSpec.cp.o ∂
- {CommonObjFolder}CAttribute.cp.o ∂
- {CommonObjFolder}CQueueEnumerator.cp.o ∂
- {CommonObjFolder}CRString.cp.o ∂
- {CommonObjFolder}Debug.cp.o ∂
- {CommonObjFolder}NewOpOverride.cp.o ∂
- {CommonObjFolder}UFailure.cp.o
-
-
-
- SearchPath = -i "{ThePMSAMFolder}" -i "{CommonFolder}" ∂
- -i "{Cincludes}"
-
-
- #### The App
-
- SwapPMSAM.cp.o ƒ SwapPMSAM.cp ∂
- SwapPMSAM.h
- CPlus -r -mbg on -sym on {SearchPath} SwapPMSAM.cp
-
-
- SwapPMSAM ƒƒ SwapPMSAM.r {ThePMSAMFolder}ResTemplates.r
- Rez -i {Rincludes} -i {CommonFolder} swapPMSAM.r ∂
- {ThePMSAMFolder}ResTemplates.r -append -o SwapPMSAM
-
-
- SwapPMSAM ƒƒ SwapPMSAM.make {CommonObjects} {theObjects}
- Link -t APPL -c '????' -w -sym on ∂
- {CommonObjects} ∂
- {theObjects} ∂
- "{CLibraries}"StdClib.o ∂
- "{Libraries}"Runtime.o ∂
- "{Libraries}"Interface.o ∂
- "{CLibraries}"CPlusLib.o ∂
- -o SwapPMSAM
-
-